libxml2: Fix zlib detection the right way
authorJames Le Cuirot <[email protected]>
Tue, 2 Dec 2014 11:10:06 +0000 (11:10 +0000)
committerJames Le Cuirot <[email protected]>
Tue, 2 Dec 2014 11:14:42 +0000 (11:14 +0000)
commita5409590203d66a633005e3e6a53ebe538899a4c
tree095620d581021d6c19768ed96b361a849e335672
parent38befcd838e3c8bc6953dd2dd30126d8a4186f56
libxml2: Fix zlib detection the right way

The previous fix (#557) forced -lz into LDFLAGS instead of fixing the
real issue where configure was failing to detect zlib in the first
place. This was happening because it was looking in /lib, resulting in
conflicts with the host libraries.

Signed-off-by: James Le Cuirot <[email protected]>
libs/libxml2/Makefile